From 762859472f5845e0d52a8313a59924411511f8c8 Mon Sep 17 00:00:00 2001 From: Jeremy Bicha Date: Sun, 6 May 2018 10:23:00 -0400 Subject: [PATCH] disable unreliable float-to-8bit build test --- debian/changelog | 2 ++ .../patches/disable-float-to-8bit-test.patch | 22 +++++++++++++++++++ debian/patches/series | 1 + 3 files changed, 25 insertions(+) create mode 100644 debian/patches/disable-float-to-8bit-test.patch create mode 100644 debian/patches/series diff --git a/debian/changelog b/debian/changelog index 881b723..3b39f4d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,8 @@ babl (0.1.46-3) UNRELEASED; urgency=medium * Drop obsolete Breaks/Replaces/Provides not needed for years (Closes: #898053) + * Add disable-float-to-8bit-test.patch: + - Disable unreliable build test -- Jeremy Bicha Sun, 06 May 2018 10:16:08 -0400 diff --git a/debian/patches/disable-float-to-8bit-test.patch b/debian/patches/disable-float-to-8bit-test.patch new file mode 100644 index 0000000..9619005 --- /dev/null +++ b/debian/patches/disable-float-to-8bit-test.patch @@ -0,0 +1,22 @@ +From: Jeremy Bicha +Date: Sun, 6 May 2018 10:18:17 -0400 +Subject: disable float-to-8bit test + +The test is unreliable +https://bugzilla.gnome.org/790745 +--- + tests/Makefile.am | 1 - + 1 file changed, 1 deletion(-) + +diff --git a/tests/Makefile.am b/tests/Makefile.am +index 98f4ae2..dd5a8ff 100644 +--- a/tests/Makefile.am ++++ b/tests/Makefile.am +@@ -14,7 +14,6 @@ C_TESTS = \ + babl_class_name \ + extract \ + floatclamp \ +- float-to-8bit \ + hsl \ + hsva \ + types \ diff --git a/debian/patches/series b/debian/patches/series new file mode 100644 index 0000000..853a6c5 --- /dev/null +++ b/debian/patches/series @@ -0,0 +1 @@ +disable-float-to-8bit-test.patch -- 2.30.2